DescribeSwitchConfigs
Description
obtain the legal login switch status in the login security settings.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeSwitchConfigs
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
Status | integer | no demo value | configure switch status: 1: indicates that is turned on 0: indicates off |
Item | string | no demo value | Common login configuration items: login_common_location: indicates common login place login_common_ip: indicates common login IP login_common_time: indicates common login time login_common_account: indicates a common login account |
RequestId | string | no demo value | request ID. |
Count | integer | no demo value | returns the total number of records. |
ConfigList | array | no demo value | login security setting switch status, see the following parameter description for specific sub-items. |
Example
Successful Response example
{
"Status":"no demo value",
"Item":"no demo value",
"RequestId":"no demo value",
"Count":"no demo value",
"ConfigList":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}